Skip to content

lieanu/CVE-2014-3153

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

##Towelroot for Ubuntu x86

This exp has been tested on ubuntu 14.04 x86 and ubuntu 12.04.2 x86 successfully.

Learning CVE2014-3153 and towelroot.

Kernel through version 3.14, use rbtree to store rt_waiter(not plist_node), more complex!

IA have diffrent thread_info with ARM!!

Source from geekben/towelroot and timwr/CVE-2014-3153

###Compile and run

$ gcc -fno-stack-protector -m32 -O0 -pthread mytowel.c -o mytowel
or simply
$ gcc -pthread mytowel.c -o mytowel
$ ./mytowel

About

cve2014-3153 exploit for ubuntu x86

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages